cody - HTMLify profile
files of /cody/swapnilsparsh/30DaysOfJavaScript/31 - Pop the Balloons/
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-s
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-s
let popped = 0;
document.addEventListener('mouseover', function (e) {
if (e.target.className === "balloon") {
e.tar
document.addEventListener('mouseover', function (e) {
if (e.target.className === "balloon") {
e.tar